Click or drag to resize

Message Class

Class Message.
Inheritance Hierarchy
SystemObject
  Independentsoft.Email.MimeMessage

Namespace:  Independentsoft.Email.Mime
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Message

The Message type exposes the following members.

Constructors
  NameDescription
Public methodMessage
Initializes a new instance of the Message class.
Public methodMessage(Byte)
Initializes a new instance of the Message class.
Public methodMessage(Stream)
Initializes a new instance of the Message class.
Public methodMessage(String)
Initializes a new instance of the Message class.
Top
Properties
  NameDescription
Public propertyBcc
Gets the BCC.
Public propertyBody
Gets or sets the body.
Public propertyBodyParts
Gets the body parts.
Public propertyCc
Gets the cc.
Public propertyComments
Gets or sets the comments.
Public propertyContentDescription
Gets or sets the content description.
Public propertyContentDisposition
Gets or sets the content disposition.
Public propertyContentID
Gets or sets the content identifier.
Public propertyContentLocation
Gets or sets the content location.
Public propertyContentTransferEncoding
Gets or sets the content transfer encoding.
Public propertyContentType
Gets or sets the type of the content.
Public propertyDate
Gets or sets the date.
Public propertyEmbeddedMessage
Gets or sets the embedded message.
Public propertyFrom
Gets or sets from.
Public propertyHeaderCharSet
Gets or sets the header character set.
Public propertyHeaderEncoding
Gets or sets the header encoding.
Public propertyHeaders
Gets the headers.
Public propertyInReplyTo
Gets or sets the in reply to.
Public propertyKeywords
Gets or sets the keywords.
Public propertyMessageID
Gets or sets the message identifier.
Public propertyMimeVersion
Gets or sets the MIME version.
Public propertyReferences
Gets or sets the references.
Public propertyReplyTo
Gets the reply to.
Public propertyResentDate
Gets or sets the resent date.
Public propertyResentFrom
Gets or sets the resent from.
Public propertyResentMessageID
Gets or sets the resent message identifier.
Public propertyResentSender
Gets or sets the resent sender.
Public propertyReturnPath
Gets or sets the return path.
Public propertySender
Gets or sets the sender.
Public propertySubject
Gets or sets the subject.
Public propertyTo
Gets to.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttachments
Gets the attachments.
Public methodGetAttachments(Boolean)
Gets the attachments.
Public methodGetBytes
Gets the bytes.
Public methodGetFileName
Gets the name of the file.
Public methodGetHashCode (Inherited from Object.)
Public methodGetStream
Gets the stream.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen(Byte)
Opens the specified buffer.
Public methodOpen(Stream)
Opens the specified stream.
Public methodOpen(String)
Opens the specified file path.
Public methodSave(Stream)
Saves the specified stream.
Public methodSave(String)
Saves this message to the specified file.
Public methodSave(String, Boolean)
Saves this message to the specified file.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also